home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / sheep_es.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2010-03-13  |  241 b   |  8 lines

  1. num = _root.getBytesLoaded() / _root.getBytesTotal();
  2. if(num < 1)
  3. {
  4.    gotoAndPlay(_currentframe - 1);
  5.    loadingbar._xscale = num * 100;
  6.    percent = Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100) add "% loaded";
  7. }
  8.